fix(deps): vuln minor upgrades — 12 packages (minor: 5 · patch: 7) - #1355
fix(deps): vuln minor upgrades — 12 packages (minor: 5 · patch: 7) #1355gh-worker-campaigns-3e9aa4[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates dependency constraints and regenerates the Yarn lockfile, primarily to move several packages onto newer patched versions.
Changes:
- Bumped multiple dependency/resolution versions (notably axios, fast-xml-parser, protobufjs, tar, fast-uri).
- Regenerated
yarn.lockto reflect updated package graph (Babel, npmcli, axios-related deps, etc.). - Added/changed several
npm:-scoped resolution entries (js-yaml/glob/sigstore).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| yarn.lock | Regenerated lockfile reflecting dependency graph updates (Babel toolchain, axios and related transitive deps, npmcli tooling). |
| package.json | Updated dependency/resolution constraints and added new resolution overrides for js-yaml/glob/sigstore. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "form-data": "4.0.6", | ||
| "on-headers": "1.1.0", | ||
| "tmp": "0.2.6", | ||
| "tmp": ">=0.2.7", |
| "fast-xml-parser": "^4.5.7", | ||
| "axios": "^1.19.0", |
| "shell-quote": "^1.10.0", | ||
| "simple-git": "3.36.0", | ||
| "protobufjs": "7.6.3", | ||
| "protobufjs": "^7.6.5", | ||
| "@protobufjs/utf8": "1.1.1", | ||
| "tar": "7.5.16", | ||
| "tar": "^7.5.22", |
| "follow-redirects": "1.16.0", | ||
| "joi": "17.13.4", | ||
| "fast-uri": "3.1.2", | ||
| "fast-uri": "^3.1.5", |
Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
Co-authored-by: gh-worker-campaigns-3e9aa4[bot] <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com>
Auto-rebase completeBranch is up to date with Auto-Rebase · Add |
649ae09 to
bc7112a
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (1)
package.json:113
- "tmp": ">=0.2.7"
is an overly-broad constraint for a 0.x package; it can float to future 0.minor versions where semver treats minor bumps as potentially breaking. Prefer pinning to0.2.7(most deterministic) or at least^0.2.7` to avoid unexpected breaking upgrades while still allowing patch updates.
"tmp": ">=0.2.7",
Summary: Critical-severity security update — 15 packages upgraded (MINOR changes included)
Manifests changed:
.(yarn)✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.
Updates
Security Details
🚨 Critical & High Severity (36 fixed)
parse()(CWE-407)certificateOIDsverification constraints are silently dropped and never enforcedcertificateOIDsverification constraints are silently dropped and never enforcedℹ️ Other Vulnerabilities (33)
maxBodyLengthReadableStreamuploads bypassmaxBodyLengthReview Checklist
Standard review:
Update Mode: all_vulns
🤖 Generated by DataDog Automated Dependency Management System